home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 3 / CD ACTUAL 3.iso / linux / system / flicb_1.6 / flicb_1 / flicb / REVISIONS < prev    next >
Encoding:
Text File  |  1995-01-11  |  2.8 KB  |  78 lines

  1. v1.6 (beta):
  2.  
  3.     *    Added CONTROL-N (no flyby mode) toggle, applied as
  4.         holding-mode for long /w's.
  5.     *    Added CONTROL-A (message alert mode) toggle, for beeps when
  6.         receiving /m's.
  7.  
  8. v1.5 (beta):
  9.  
  10.     *    Made nl() for SCO only again.  Seemed to incite the mysterious
  11.         bug in curses for some odd reason.  Last time I listen to 
  12.         anyone about curses coding. :)
  13.     *    Took out all the damn touchwin()'s that weren't necessary.
  14.         Made things a lot faster.
  15.     *    Added code for group on status line to be changed when a
  16.         /s name * is done.
  17.  
  18. v1.4 (beta):
  19.  
  20.     *    Added /c for Clear Screen.
  21.     *    Changed scrolling method to scroll first, then output, and
  22.         not skip the last line.  Seems to run faster, and looks
  23.         a lot better.
  24.     *    Fixed bug that put multiple lines inbetween group header and
  25.         group members when not scrolling...or sometimes even when
  26.         scrolling.
  27.     *    This is STILL beta code, folks.  There's an anomalous bug
  28.         in the curses code that deals with scrolling.  If anyone
  29.         can nail it down, I'd appreciate it.  Send patches to me.
  30.  
  31. v1.3 (beta):
  32.  
  33.     *    Fixed multi-region input/backspace/wordkill to work 
  34.         correctly.
  35.     *    Re-fixed timeval structure assignments so it works on 
  36.         NeXT.  :)
  37.  
  38. v1.2 (beta):    
  39.  
  40.     *    Fixed bug that on public and /m message display would
  41.         translate multiple spaces into one space.
  42.         Eventually, maybe I'll add this to the other w_xxx_output()
  43.         functions, but I don't see it as necessary at this time, 
  44.         since all the others deal with spacing that is irrelevant.
  45.         As if the word-wrapping wasn't already over-complicated. :)
  46.     *    Moved code determining the Nick and Group for status line
  47.         to in_packet_handle() so as to reflect the accurate nick
  48.         and group at any given time....even when booted, or using
  49.         the @nickname notation for /g.
  50.     *    Limited nickname and group commandline arguments to their
  51.         proper maximum lengths via truncation.
  52.     *    Fixed timeout on select() so that time on status bar gets
  53.         updated every 60 seconds, even when no incoming or outgoing
  54.         messages are being processed (idle condition).
  55.     *    Apparently fixed bug that caused curses to get weird over
  56.         slow modem links, and especially under mach (NeXT).
  57.     *    Changed w_pub_output() to refresh all of a message at once,
  58.         rather than refreshing line-by-line, thus speeding up the
  59.         scrolling/refreshing during normal conversation.
  60.     *    Added a ^X to kill-line in input window.
  61.     *    Added a ^W to kill-word in input window.  (Thanks to Tramp!)
  62.     *    Added notation that "*nickname" on the status line denotes a
  63.         nickname change is pending.  the "*" will go away when the
  64.         nickname change comes back from the server.
  65.         *    Changed version number to MACRO in main.c.
  66.  
  67. v1.1 (alpha):
  68.  
  69.     *    Added TAB history for /m's.
  70.     *    Added /e for command piping.
  71.     *    Cleaned up some of the code.
  72.  
  73.  
  74. v1.0 (alpha):
  75.  
  76.     *    Client completed to most of my satisfaction.
  77.  
  78.